Runtime Domain
Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. Evaluation results are returned as mirror object that expose object type, string representation and unique identifier that can be used for further object reference. Original objects are maintained in memory unless they are either explicitly released or are released along with the other objects in their object group.
Functions
addBinding
Link copied to clipboard
awaitPromise
Link copied to clipboard
fun awaitPromise(input: AwaitPromiseRequest): Single<AwaitPromiseResponse>
Content copied to clipboard
bindingCalled
Link copied to clipboard
callFunctionOn
Link copied to clipboard
fun callFunctionOn(input: CallFunctionOnRequest): Single<CallFunctionOnResponse>
Content copied to clipboard
compileScript
Link copied to clipboard
fun compileScript(input: CompileScriptRequest): Single<CompileScriptResponse>
Content copied to clipboard
consoleAPICalled
Link copied to clipboard
description
Link copied to clipboard
disable
Link copied to clipboard
discardConsoleEntries
Link copied to clipboard
enable
Link copied to clipboard
evaluate
Link copied to clipboard
events
Link copied to clipboard
exceptionRevoked
Link copied to clipboard
exceptionThrown
Link copied to clipboard
executionContextCreated
Link copied to clipboard
executionContextDestroyed
Link copied to clipboard
fun executionContextDestroyed(): Flowable<ExecutionContextDestroyedEvent>
Content copied to clipboard
executionContextsCleared
Link copied to clipboard
getDependencies
Link copied to clipboard
getHeapUsage
Link copied to clipboard
getIsolateId
Link copied to clipboard
getProperties
Link copied to clipboard
fun getProperties(input: GetPropertiesRequest): Single<GetPropertiesResponse>
Content copied to clipboard
globalLexicalScopeNames
Link copied to clipboard
fun globalLexicalScopeNames(input: GlobalLexicalScopeNamesRequest): Single<GlobalLexicalScopeNamesResponse>
Content copied to clipboard
inspectRequested
Link copied to clipboard
queryObjects
Link copied to clipboard
fun queryObjects(input: QueryObjectsRequest): Single<QueryObjectsResponse>
Content copied to clipboard
releaseObject
Link copied to clipboard
fun releaseObject(input: ReleaseObjectRequest): Single<RequestResponseFrame>
Content copied to clipboard
releaseObjectGroup
Link copied to clipboard
fun releaseObjectGroup(input: ReleaseObjectGroupRequest): Single<RequestResponseFrame>
Content copied to clipboard
removeBinding
Link copied to clipboard
fun removeBinding(input: RemoveBindingRequest): Single<RequestResponseFrame>
Content copied to clipboard
runIfWaitingForDebugger
Link copied to clipboard
runScript
Link copied to clipboard
setAsyncCallStackDepth
Link copied to clipboard
fun setAsyncCallStackDepth(input: SetAsyncCallStackDepthRequest): Single<RequestResponseFrame>
Content copied to clipboard
setCustomObjectFormatterEnabled
Link copied to clipboard
fun setCustomObjectFormatterEnabled(input: SetCustomObjectFormatterEnabledRequest): Single<RequestResponseFrame>
Content copied to clipboard
setMaxCallStackSizeToCapture
Link copied to clipboard
fun setMaxCallStackSizeToCapture(input: SetMaxCallStackSizeToCaptureRequest): Single<RequestResponseFrame>
Content copied to clipboard
terminateExecution
Link copied to clipboard
Sources
jvm source
Link copied to clipboard